PasswordAuthOptions

@Serializable
data class PasswordAuthOptions(val enabled: Boolean? = null, val identityFields: List<String>? = null)

Parameters

enabled

Whether or not password authentication is enabled.

identityFields

A list of fields that can be used as a "username" or "email" to log in.

Constructors

Link copied to clipboard
constructor(enabled: Boolean? = null, identityFields: List<String>? = null)

Properties

Link copied to clipboard
val enabled: Boolean? = null
Link copied to clipboard
val identityFields: List<String>? = null